css: Redo the pseudo class deprecation warnings
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Dec 2015 22:24:25 +0000 (17:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Dec 2015 22:32:11 +0000 (17:32 -0500)
commitf3069d7e9465ada88033ebbeee7f91276a076d61
tree831691c9f66da84563e9901fd7506695e9bac32d
parentc4ca671a9ee9f230837476e539ba7c737b3fcfb9
css: Redo the pseudo class deprecation warnings

Putting the deprecated class behind the official variant does
not work for the case of :focus and :focused - we were matching
:focus and leave a dangling 'ed'. So, put the deprecated classes
before the official variant, and explicitly mark them as deprecated.
gtk/gtkcssselector.c